Platform Explorer / Nuxeo Platform 6.0

Operation Blob.GetList (Get Document Files)

Description

Gets a list of files that are attached on the input document. The files location should be specified using the blob list property xpath. Returns a list of files.
Operation id Blob.GetList
Category Files
Label Get Document Files
Requires
Since

Parameters

Name Description Type Required Default value
xpath string no files:files 

Signature

Inputs document, documents
Outputs bloblist, bloblist

Implementation Information

Implementation Class Class: org.nuxeo.ecm.automation.core.operations.blob.GetDocumentBlobs
Contributing Component org.nuxeo.ecm.core.automation.coreContrib

JSON Definition

{
  "id" : "Blob.GetList",
  "label" : "Get Document Files",
  "category" : "Files",
  "requires" : null,
  "description" : "Gets a list of files that are attached on the input document. The files location should be specified using the blob list property xpath. Returns a list of files.",
  "url" : "Blob.GetList",
  "signature" : [ "document", "bloblist", "documents", "bloblist" ],
  "params" : [ {
    "name" : "xpath",
    "description" : null,
    "type" : "string",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ "files:files" ]
  } ]
}